Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] - Add Submit API #682

Merged
merged 10 commits into from
Jun 26, 2024
Merged

[Feature] - Add Submit API #682

merged 10 commits into from
Jun 26, 2024

Conversation

dtroupe-plaid
Copy link
Collaborator

@dtroupe-plaid dtroupe-plaid commented Jun 13, 2024

  • Update Android SDK to 4.5.0.
  • Update iOS SDK to 5.6.0.
  • Add submit API.

@dtroupe-plaid dtroupe-plaid marked this pull request as draft June 13, 2024 23:12
@dtroupe-plaid dtroupe-plaid requested review from melissaosullivan and removed request for melissaosullivan June 24, 2024 22:05
@dtroupe-plaid dtroupe-plaid marked this pull request as ready for review June 26, 2024 00:01
@@ -63,7 +63,7 @@ android {
compileSdkVersion 31

defaultConfig {
minSdkVersion rootProject.ext.safeExtGet("minSdkVersion", 21)
minSdkVersion rootProject.ext.has("minSdkVersion") ? rootProject.ext.minSdkVersion : 21
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was changed in this PR, but it was causing compile errors for me so I modified it.

@@ -97,6 +100,18 @@ export function PlaidLinkScreen() {
}}>
<Text style={styles.button}>Open Link</Text>
</TouchableOpacity>
<TouchableOpacity
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I left this here so testing would be easier. I'll remove after review.

@dtroupe-plaid
Copy link
Collaborator Author

dtroupe-plaid commented Jun 26, 2024

@melissaosullivan @wkiefer there are some changes in this PR to make testing easier (package.lock etc). I will clean that up after review 😄

You should be able to test doing the following:

cd example
npm run start
npm run android
cd example/ios
bundle install
pod install
cd ../
npm run start
npm run ios

@dtroupe-plaid dtroupe-plaid merged commit 136d7ff into master Jun 26, 2024
3 checks passed
@dtroupe-plaid dtroupe-plaid deleted the dt-feature-submit-api branch June 26, 2024 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants